FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / RenderReportAction Class / RenderReportAction Constructor
Array containing the report definition.
The initial values of report parameters.

In This Topic
    RenderReportAction Constructor
    In This Topic
    Initializes a new instance of the RenderReportAction object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reportTemplate() As Byte, _
       ByVal parameterValues As Dictionary(Of String,Object) _
    )
    public RenderReportAction( 
       byte[] reportTemplate,
       Dictionary<string,object> parameterValues
    )

    Parameters

    reportTemplate
    Array containing the report definition.
    parameterValues
    The initial values of report parameters.
    See Also